Use GraphemeBreakTest.txt as is, re-enable graphemetest
authorGraham Inggs <ginggs@debian.org>
Wed, 22 Dec 2021 16:14:21 +0000 (18:14 +0200)
committerGraham Inggs <ginggs@debian.org>
Wed, 22 Dec 2021 16:14:21 +0000 (18:14 +0200)
debian/changelog
debian/patches/series
debian/patches/skip-graphemetest.patch [deleted file]
debian/patches/use-unicode-data.patch

index 44faf447b61ee80efc52ea68225ef7729da58ffa..4ccc1e0d62e33df6718d92be650d387db7b9ea3d 100644 (file)
@@ -1,3 +1,9 @@
+utf8proc (2.7.0-2) UNRELEASED; urgency=medium
+
+  * Use GraphemeBreakTest.txt as is, re-enable graphemetest
+
+ -- Graham Inggs <ginggs@debian.org>  Wed, 22 Dec 2021 16:12:17 +0000
+
 utf8proc (2.7.0-1) unstable; urgency=medium
 
   [ Debian Janitor ]
index f924265d66a6f80435b7826ee0724b3146ff18ef..62165402336c6877b50855c63c60e03df06d458e 100644 (file)
@@ -1,2 +1 @@
 use-unicode-data.patch
-skip-graphemetest.patch
diff --git a/debian/patches/skip-graphemetest.patch b/debian/patches/skip-graphemetest.patch
deleted file mode 100644 (file)
index eb2ca9e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: skip graphemetest that never completes
-Forwarded: no
-Author: Graham Inggs <ginggs@debian.org>
-Last-Update: 2021-12-21
-
---- a/Makefile
-+++ b/Makefile
-@@ -171,7 +171,7 @@
- check: test/normtest data/NormalizationTest.txt data/Lowercase.txt data/Uppercase.txt test/graphemetest data/GraphemeBreakTest.txt test/printproperty test/case test/iscase test/custom test/charwidth test/misc test/valid test/iterate bench/bench.c bench/util.c bench/util.h utf8proc.o
-       $(MAKE) -C bench
-       test/normtest data/NormalizationTest.txt
--      test/graphemetest data/GraphemeBreakTest.txt
-+#     test/graphemetest data/GraphemeBreakTest.txt
-       test/charwidth
-       test/misc
-       test/valid
index 13848d00dccfe9be8ae737db991f7a5a71fbab31..52aabae814dfa6608c4f21a2c4e62f5584c3a078 100644 (file)
@@ -3,7 +3,7 @@ Description: Use unicode-data instead of downloading external files
  provided by the packages unicode-data and ttf-unifont, respectively.
 Author: Peter Colberg <peter@colberg.org>
 Forwarded: not-needed
-Last-Update: 2021-12-21
+Last-Update: 2021-12-22
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/data/Makefile
@@ -41,7 +41,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  GraphemeBreakTest.txt:
 -      $(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/auxiliary/GraphemeBreakTest.txt
-+      $(PERL) -pe 's,÷,/,g;s,×,+,g' < /usr/share/unicode/auxiliary/GraphemeBreakTest.txt > $@
++      cp /usr/share/unicode/auxiliary/GraphemeBreakTest.txt $@
  
  emoji-data.txt:
 -      $(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)https://unicode.org/Public/$(UNICODE_VERSION)/ucd/emoji/emoji-data.txt